[Swift] Functions with inputs and Type Inferance

  • parameter : variable without value

  • Type Inference

    swift에서는 원래 value에 data type을 붙여줘야 함

    var phoneNumber = 0123456789

    위 코드에서는 swift가 value를 보고 Data Type을 Infer함 → Type Inference


  • Data Type을 Assign할 수도 있음

    var myAge: Int = 27

1 사진출처 Photo Credit : Udemy iOS 13 & Swift 5 - The Complete iOS App Development Bootcamp


ABOUT ME
I write codes and words.
제가 궁금하다면 ABOUT ME 버튼을 눌러보세요!

GitHubLinkedIn